ShellStateShowTypeOverlay Property
Windows VISTA and above only.
indicates a thumbnail should show the application that would be invoked when opening the item,
indicates that no application will be shown.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool ShowTypeOverlay { get; set; }
Public Property ShowTypeOverlay As Boolean
Get
Set
Dim instance As ShellState
Dim value As Boolean
value = instance.ShowTypeOverlay
instance.ShowTypeOverlay = value
public:
property bool ShowTypeOverlay {
bool get ();
void set (bool value);
}
member ShowTypeOverlay : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean