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