FormBuildFilterPaneControl.allowUserSetup 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
allowUserSetup() | |
allowUserSetup(Int32) |
allowUserSetup()
public:
virtual int allowUserSetup();
public virtual int allowUserSetup ();
abstract member allowUserSetup : unit -> int
override this.allowUserSetup : unit -> int
Public Overridable Function allowUserSetup () As Integer
Returns
Applies to
allowUserSetup(Int32)
public:
virtual int allowUserSetup(int _value);
public virtual int allowUserSetup (int _value);
abstract member allowUserSetup : int -> int
override this.allowUserSetup : int -> int
Public Overridable Function allowUserSetup (_value As Integer) As Integer
Parameters
- _value
- Int32