Smartmobili.Cocoa.NSView.SetPostsFrameChangedNotifications C# (CSharp) Méthode

SetPostsFrameChangedNotifications() public méthode

public SetPostsFrameChangedNotifications ( bool flag ) : void
flag bool
Résultat void
        public virtual void SetPostsFrameChangedNotifications(bool flag)
        {
            _post_frame_changes = flag;
        }
NSView