DevTitleBarIsMuted Property
Gets a value indicating whether the sound of the owner form is muted.
Namespace: DevCase.UI.ControlsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(false)]
public bool IsMuted { get; }
<BrowsableAttribute(false)>
Public ReadOnly Property IsMuted As Boolean
Get
Dim instance As DevTitleBar
Dim value As Boolean
value = instance.IsMuted
public:
[BrowsableAttribute(false)]
property bool IsMuted {
bool get ();
}
[<BrowsableAttribute(false)>]
member IsMuted : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean