Form.load 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
load(String) | |
load(String, Boolean) |
load(String)
public:
virtual void load(System::String ^ text1);
public virtual void load (string text1);
abstract member load : string -> unit
override this.load : string -> unit
Public Overridable Sub load (text1 As String)
Parameters
- text1
- String
Applies to
load(String, Boolean)
public:
virtual void load(System::String ^ _name, bool _buildMode);
public virtual void load (string _name, bool _buildMode);
abstract member load : string * bool -> unit
override this.load : string * bool -> unit
Public Overridable Sub load (_name As String, _buildMode As Boolean)
Parameters
- _name
- String
- _buildMode
- Boolean