EditorZoneBase.InstructionText Property

Note: This property is new in the .NET Framework version 2.0.

This member overrides ToolZone.InstructionText.

public:
virtual property String^ InstructionText {
	String^ get () override;
	void set (String^ value) override;
}
/** @property */
public String get_InstructionText ()

/** @property */
public void set_InstructionText (String value)

public override function get InstructionText () : String

public override function set InstructionText (value : String)

.NET Framework

Supported in: 2.0

Community Additions

ADD
Show: