FormBuildMenuButtonControl.disabledImageLocation 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
disabledImageLocation() | |
disabledImageLocation(Int32) |
disabledImageLocation()
public:
virtual int disabledImageLocation();
public virtual int disabledImageLocation ();
abstract member disabledImageLocation : unit -> int
override this.disabledImageLocation : unit -> int
Public Overridable Function disabledImageLocation () As Integer
Returns
Applies to
disabledImageLocation(Int32)
public:
virtual int disabledImageLocation(int _value);
public virtual int disabledImageLocation (int _value);
abstract member disabledImageLocation : int -> int
override this.disabledImageLocation : int -> int
Public Overridable Function disabledImageLocation (_value As Integer) As Integer
Parameters
- _value
- Int32