FormBuildDesign.showDeleteButton Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
showDeleteButton() | |
showDeleteButton(Int32) |
showDeleteButton()
public:
virtual int showDeleteButton();
public virtual int showDeleteButton ();
abstract member showDeleteButton : unit -> int
override this.showDeleteButton : unit -> int
Public Overridable Function showDeleteButton () As Integer
Returns
Applies to
showDeleteButton(Int32)
public:
virtual int showDeleteButton(int _value);
public virtual int showDeleteButton (int _value);
abstract member showDeleteButton : int -> int
override this.showDeleteButton : int -> int
Public Overridable Function showDeleteButton (_value As Integer) As Integer
Parameters
- _value
- Int32