Small Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Gets or sets a value that controls whether the small version of the icon is used.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.StockIcons
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public bool Small { get; set; }
Visual Basic (Declaration)
Public Property Small As Boolean
Visual C++
public:
property bool Small {
	bool get ();
	void set (bool value);
}

Field Value

A Boolean value.

Exceptions

ExceptionCondition
System..::.InvalidOperationException You cannot modify the properties of a StockIcon object after its bitmap has been created.

See Also