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