ComponentOne Basic Library for WPF and Silverlight
IsInactiveSelectionHighlightEnabled Property


C1.WPF Namespace > C1MaskedTextBox Class : IsInactiveSelectionHighlightEnabled Property
Syntax
'Declaration
 
Public Property IsInactiveSelectionHighlightEnabled As System.Boolean
'Usage
 
Dim instance As C1MaskedTextBox
Dim value As System.Boolean
 
instance.IsInactiveSelectionHighlightEnabled = value
 
value = instance.IsInactiveSelectionHighlightEnabled
public System.bool IsInactiveSelectionHighlightEnabled {get; set;}
See Also

Reference

C1MaskedTextBox Class
C1MaskedTextBox Members