FormBuildMenuButtonControl.disabledResource 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
disabledResource() |
Gets or sets the resource ID of the image to use as the disabled button image. |
disabledResource(Int32) |
disabledResource()
Gets or sets the resource ID of the image to use as the disabled button image.
public:
virtual int disabledResource();
public virtual int disabledResource ();
abstract member disabledResource : unit -> int
override this.disabledResource : unit -> int
Public Overridable Function disabledResource () As Integer
Returns
The resource ID of the image to use as the disabled button image. Both icon and bitmap images are supported.
Applies to
disabledResource(Int32)
public:
virtual int disabledResource(int _value);
public virtual int disabledResource (int _value);
abstract member disabledResource : int -> int
override this.disabledResource : int -> int
Public Overridable Function disabledResource (_value As Integer) As Integer
Parameters
- _value
- Int32