Share via


FormDropDialogButtonControl.style Method

Definition

Overloads

style()

Specifies the style of the form. This property controls the form design pattern being used with the form. The default is Auto.

style(Int32)

style()

Specifies the style of the form. This property controls the form design pattern being used with the form. The default is Auto.

public:
 virtual int style();
public virtual int style ();
abstract member style : unit -> int
override this.style : unit -> int
Public Overridable Function style () As Integer

Returns

Applies to

style(Int32)

public:
 virtual int style(int _value);
public virtual int style (int _value);
abstract member style : int -> int
override this.style : int -> int
Public Overridable Function style (_value As Integer) As Integer

Parameters

_value
Int32

Returns

Applies to