Imagelist.maskColor(Int32) 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.
Sets the masking color.
public:
virtual void maskColor(int _Color);
public virtual void maskColor (int _Color);
abstract member maskColor : int -> unit
override this.maskColor : int -> unit
Public Overridable Sub maskColor (_Color As Integer)
Parameters
- _Color
- Int32
The color as an ARGB value.