FormGroupControl.framePosition 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
framePosition() |
Sets or returns the location of the frame for a form group control. |
framePosition(Int32) |
framePosition()
Sets or returns the location of the frame for a form group control.
public:
virtual int framePosition();
public virtual int framePosition ();
abstract member framePosition : unit -> int
override this.framePosition : unit -> int
Public Overridable Function framePosition () As Integer
Returns
An integer value that specifies the location of the frame.
Applies to
framePosition(Int32)
public:
virtual int framePosition(int _value);
public virtual int framePosition (int _value);
abstract member framePosition : int -> int
override this.framePosition : int -> int
Public Overridable Function framePosition (_value As Integer) As Integer
Parameters
- _value
- Int32
An integer value that specifies the location of the frame; optional.