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