_CommandBarButton.Mask Property

Definition

Gets the mask. This property is deprecated.

public:
 property stdole::StdPicture ^ Mask { stdole::StdPicture ^ get(); void set(stdole::StdPicture ^ value); };
[System.Runtime.InteropServices.DispId(1610940432)]
public 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 Property Mask As StdPicture

Property Value

The mask. This property is deprecated.

Attributes

Remarks

This property throws a DeprecatedException when called.

Applies to