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