FormBuildMenuButtonControl.disabledImage 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
disabledImage() |
Gets or sets the disabled image of the button. |
disabledImage(String) |
disabledImage()
Gets or sets the disabled image of the button.
public:
virtual System::String ^ disabledImage();
public virtual string disabledImage ();
abstract member disabledImage : unit -> string
override this.disabledImage : unit -> string
Public Overridable Function disabledImage () As String
Returns
The full name of an image file. The system supports all of the GDI-supported image formats.
Remarks
This property has precedence over the disabledResource property . It is used if both of these properties are set.
Applies to
disabledImage(String)
public:
virtual System::String ^ disabledImage(System::String ^ _value);
public virtual string disabledImage (string _value);
abstract member disabledImage : string -> string
override this.disabledImage : string -> string
Public Overridable Function disabledImage (_value As String) As String
Parameters
- _value
- String