Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the recommended size, in pixels, of a small icon.
Namespace: Microsoft.Windows.Shell
Assembly: Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)
Syntax
'Declaration
Public Property SmallIconSize As Size
public Size SmallIconSize { get; private set; }
public:
property Size SmallIconSize {
Size get ();
private: void set (Size value);
}
member SmallIconSize : Size with get, private set
function get SmallIconSize () : Size
private function set SmallIconSize (value : Size)
Property Value
Type: System.Windows.Size
The recommended size, in pixels, of a small icon.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.