CommandBarButtonClass.Mask Property
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.
Gets the mask. This property is deprecated.
public:
virtual property stdole::StdPicture ^ Mask { stdole::StdPicture ^ get(); void set(stdole::StdPicture ^ value); };
[System.Runtime.InteropServices.DispId(1610940432)]
public virtual stdole.StdPicture Mask { [System.Runtime.InteropServices.DispId(1610940432)] get; [System.Runtime.InteropServices.DispId(1610940432)] set; }
[<System.Runtime.InteropServices.DispId(1610940432)>]
[<get: System.Runtime.InteropServices.DispId(1610940432)>]
[<set: System.Runtime.InteropServices.DispId(1610940432)>]
member this.Mask : stdole.StdPicture with get, set
Public Overridable Property Mask As StdPicture
Property Value
The mask. This property is deprecated.
Implements
- Attributes
Remarks
This property throws a DeprecatedException when called.