FormBuildFilterPaneControl.topMarginValue 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
topMarginValue() | |
topMarginValue(Int32) |
topMarginValue()
public:
virtual int topMarginValue();
public virtual int topMarginValue ();
abstract member topMarginValue : unit -> int
override this.topMarginValue : unit -> int
Public Overridable Function topMarginValue () As Integer
Returns
Applies to
topMarginValue(Int32)
public:
virtual int topMarginValue(int _value);
public virtual int topMarginValue (int _value);
abstract member topMarginValue : int -> int
override this.topMarginValue : int -> int
Public Overridable Function topMarginValue (_value As Integer) As Integer
Parameters
- _value
- Int32