ShellStateDoubleClickInWebView Property
to require a double-click to open an item when in web view.
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 DoubleClickInWebView { get; set; }
Public Property DoubleClickInWebView As Boolean
Get
Set
Dim instance As ShellState
Dim value As Boolean
value = instance.DoubleClickInWebView
instance.DoubleClickInWebView = value
public:
property bool DoubleClickInWebView {
bool get ();
void set (bool value);
}
member DoubleClickInWebView : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean