[Visual Basic] Public Property ButtonCutVisible As Boolean
[C#] public bool ButtonCutVisible {get; set;}
プロパティ値
True : 表示する
False: 表示しない
デフォルト値は True です。
解説
当プロパティを False にすると、オブジェクトの「切り取り」ボタンが、ツールバーに表示されなくなります。
参照
ToolBarAnnotation メンバ | Newtone.ImageKit.Win.ToolBarAnnotation