Smartmobili.Cocoa.NSView.SetPostsFrameChangedNotifications C# (CSharp) Method

SetPostsFrameChangedNotifications() public method

public SetPostsFrameChangedNotifications ( bool flag ) : void
flag bool
return void
        public virtual void SetPostsFrameChangedNotifications(bool flag)
        {
            _post_frame_changes = flag;
        }
NSView