FormDropDialogButtonControl.needsRecord 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
needsRecord() |
Specifies whether a button is enabled if no record is present. The default value is No. |
needsRecord(Int32) |
needsRecord()
Specifies whether a button is enabled if no record is present. The default value is No.
public:
virtual int needsRecord();
public virtual int needsRecord ();
abstract member needsRecord : unit -> int
override this.needsRecord : unit -> int
Public Overridable Function needsRecord () As Integer