Share via


FormDropDialogButtonControl.openMode Method

Definition

Overloads

openMode()

Specifies the view mode of the target form. The possible values include Auto, View, Edit, and New. The default is Auto. You may use this property to specify whether the target form opens in edit or read-only mode.

openMode(Int32)

openMode()

Specifies the view mode of the target form. The possible values include Auto, View, Edit, and New. The default is Auto. You may use this property to specify whether the target form opens in edit or read-only mode.

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

Returns

Applies to

openMode(Int32)

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

Parameters

_value
Int32

Returns

Applies to