xFormRun.allowPrimaryKeyPreview 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
allowPrimaryKeyPreview(Boolean) | |
allowPrimaryKeyPreview() |
allowPrimaryKeyPreview(Boolean)
public:
virtual bool allowPrimaryKeyPreview(bool _display);
public virtual bool allowPrimaryKeyPreview (bool _display);
abstract member allowPrimaryKeyPreview : bool -> bool
override this.allowPrimaryKeyPreview : bool -> bool
Public Overridable Function allowPrimaryKeyPreview (_display As Boolean) As Boolean
Parameters
- _display
- Boolean
Returns
Applies to
allowPrimaryKeyPreview()
public:
virtual bool allowPrimaryKeyPreview();
public virtual bool allowPrimaryKeyPreview ();
abstract member allowPrimaryKeyPreview : unit -> bool
override this.allowPrimaryKeyPreview : unit -> bool
Public Overridable Function allowPrimaryKeyPreview () As Boolean