ComponentOne Basic Library for WPF and Silverlight
SelectOnFocusCondition Enumeration


C1.Silverlight Namespace : SelectOnFocusCondition Enumeration
Defines the possible conditions that cause selection of an entire control text when control receives focus.
Syntax
'Declaration
 
Public Enum SelectOnFocusCondition 
   Inherits System.Enum
'Usage
 
Dim instance As SelectOnFocusCondition
public enum SelectOnFocusCondition : System.Enum 
Members
MemberDescription
AlwaysAlways select a text.
NeverNever select a text.
OnDefaultSelectionSelect text only if the both SelectionStart and SelectionLength properties are set to zero.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Silverlight.SelectOnFocusCondition

See Also

Reference

C1.Silverlight Namespace