FormDropDialogButtonControl.openMode 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
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