Gets or sets whether Transparent Color should be used.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseTransparentColor() As Boolean |
[C#] |
---|
public bool UseTransparentColor {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseTransparentColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseTransparentColor( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseTransparentColor( VARIANT_BOOL UseTransparentColor ); |
[Java] |
---|
public bool getUseTransparentColor(); public void setUseTransparentColor( bool ); |