Keyoti RapidSpell Silverlight API Docs
TextBoxEx Class
APIKeyoti.RapidSpellTextBoxEx
Keyoti RapidSpell Silverlight
TextBox subclass which supports visible selection when focus elsewhere.
Declaration Syntax
C#Visual BasicVisual C++F#
public class TextBoxEx : TextBox
Public Class TextBoxEx
	Inherits TextBox
public ref class TextBoxEx : public TextBox
type TextBoxEx =  
    class
        inherit TextBox
    end
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
TextBoxEx()()()()
New

AcceptsReturn()()()() (Inherited from TextBox.)
ActualHeight (Inherited from FrameworkElement.)
ActualWidth (Inherited from FrameworkElement.)
AddHandler(RoutedEvent, Delegate, Boolean) (Inherited from UIElement.)
AllowDrop (Inherited from UIElement.)
ApplyTemplate()()()() (Inherited from Control.)
Arrange(Rect) (Inherited from UIElement.)
ArrangeOverride(Size) (Inherited from FrameworkElement.)
Background (Inherited from Control.)
BaselineOffset()()()() (Inherited from TextBox.)
BindingValidationError()()()() (Inherited from FrameworkElement.)
BorderBrush (Inherited from Control.)
BorderThickness (Inherited from Control.)
CacheMode (Inherited from UIElement.)
CaptureMouse()()()() (Inherited from UIElement.)
CaretBrush()()()() (Inherited from TextBox.)
CheckAccess()()()() (Inherited from DependencyObject.)
ClearValue(DependencyProperty) (Inherited from DependencyObject.)
Clip (Inherited from UIElement.)
Cursor (Inherited from FrameworkElement.)
DataContext (Inherited from FrameworkElement.)
DefaultStyleKey()()()() (Inherited from Control.)
DesiredSize (Inherited from UIElement.)
Dispatcher()()()() (Inherited from DependencyObject.)
DragEnter (Inherited from UIElement.)
DragLeave (Inherited from UIElement.)
DragOver (Inherited from UIElement.)
Drop (Inherited from UIElement.)
Effect (Inherited from UIElement.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()() (Overrides Object.Finalize()()()().)
FindName(String) (Inherited from FrameworkElement.)
FlowDirection (Inherited from FrameworkElement.)
Focus()()()() (Inherited from Control.)
FontFamily (Inherited from Control.)
FontSize (Inherited from Control.)
FontSource()()()() (Inherited from TextBox.)
FontStretch (Inherited from Control.)
FontStyle (Inherited from Control.)
FontWeight (Inherited from Control.)
Foreground (Inherited from Control.)
GetAnimationBaseValue(DependencyProperty) (Inherited from DependencyObject.)
GetBindingExpression(DependencyProperty) (Inherited from FrameworkElement.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetRectFromCharacterIndex(Int32) (Inherited from TextBox.)
GetRectFromCharacterIndex(Int32, Boolean) (Inherited from TextBox.)
GetTemplateChild(String) (Inherited from Control.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
GetValue(DependencyProperty) (Inherited from DependencyObject.)
GotFocus (Inherited from UIElement.)
Height (Inherited from FrameworkElement.)
HideSelection
Whether to hide the selection when the user is focussed elsewhere.

HorizontalAlignment (Inherited from FrameworkElement.)
HorizontalContentAlignment (Inherited from Control.)
HorizontalScrollBarVisibility()()()() (Inherited from TextBox.)
InputScope()()()() (Inherited from TextBox.)
InvalidateArrange()()()() (Inherited from UIElement.)
InvalidateMeasure()()()() (Inherited from UIElement.)
IsEnabled()()()() (Inherited from Control.)
IsEnabledChanged()()()() (Inherited from Control.)
IsHitTestVisible (Inherited from UIElement.)
IsReadOnly()()()() (Inherited from TextBox.)
IsTabStop (Inherited from Control.)
KeyDown (Inherited from UIElement.)
KeyUp (Inherited from UIElement.)
Language (Inherited from FrameworkElement.)
LayoutUpdated()()()() (Inherited from FrameworkElement.)
Loaded (Inherited from FrameworkElement.)
LostFocus (Inherited from UIElement.)
LostMouseCapture (Inherited from UIElement.)
ManipulationCompleted (Inherited from UIElement.)
ManipulationDelta (Inherited from UIElement.)
ManipulationStarted (Inherited from UIElement.)
Margin (Inherited from FrameworkElement.)
MaxHeight (Inherited from FrameworkElement.)
MaxLength (Inherited from TextBox.)
MaxWidth (Inherited from FrameworkElement.)
Measure(Size) (Inherited from UIElement.)
MeasureOverride(Size) (Inherited from FrameworkElement.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MinHeight (Inherited from FrameworkElement.)
MinWidth (Inherited from FrameworkElement.)
MouseEnter (Inherited from UIElement.)
MouseLeave (Inherited from UIElement.)
MouseLeftButtonDown (Inherited from UIElement.)
MouseLeftButtonUp (Inherited from UIElement.)
MouseMove (Inherited from UIElement.)
MouseRightButtonDown (Inherited from UIElement.)
MouseRightButtonUp (Inherited from UIElement.)
MouseWheel (Inherited from UIElement.)
Name (Inherited from FrameworkElement.)
OnApplyTemplate()()()() (Inherited from FrameworkElement.)
OnCreateAutomationPeer()()()() (Inherited from TextBox.)
OnDragEnter(DragEventArgs) (Inherited from Control.)
OnDragLeave(DragEventArgs) (Inherited from Control.)
OnDragOver(DragEventArgs) (Inherited from Control.)
OnDrop(DragEventArgs) (Inherited from Control.)
OnGotFocus(RoutedEventArgs) (Inherited from TextBox.)
OnKeyDown(KeyEventArgs) (Inherited from TextBox.)
OnKeyUp(KeyEventArgs) (Inherited from TextBox.)
OnLostFocus(RoutedEventArgs) (Overrides TextBox.OnLostFocus(RoutedEventArgs).)
OnLostMouseCapture(MouseEventArgs) (Inherited from TextBox.)
OnManipulationCompleted(ManipulationCompletedEventArgs) (Inherited from Control.)
OnManipulationDelta(ManipulationDeltaEventArgs) (Inherited from Control.)
OnManipulationStarted(ManipulationStartedEventArgs) (Inherited from Control.)
OnMouseEnter(MouseEventArgs) (Inherited from TextBox.)
OnMouseLeave(MouseEventArgs) (Inherited from TextBox.)
OnMouseLeftButtonDown(MouseButtonEventArgs) (Inherited from TextBox.)
OnMouseLeftButtonUp(MouseButtonEventArgs) (Inherited from TextBox.)
OnMouseMove(MouseEventArgs) (Inherited from TextBox.)
OnMouseRightButtonDown(MouseButtonEventArgs) (Inherited from Control.)
OnMouseRightButtonUp(MouseButtonEventArgs) (Inherited from Control.)
OnMouseWheel(MouseWheelEventArgs) (Inherited from Control.)
OnTextInput(TextCompositionEventArgs) (Inherited from TextBox.)
OnTextInputStart(TextCompositionEventArgs) (Inherited from TextBox.)
OnTextInputUpdate(TextCompositionEventArgs) (Inherited from TextBox.)
Opacity (Inherited from UIElement.)
OpacityMask (Inherited from UIElement.)
Padding (Inherited from Control.)
Parent (Inherited from FrameworkElement.)
Projection()()()() (Inherited from UIElement.)
ReadLocalValue(DependencyProperty) (Inherited from DependencyObject.)
ReleaseMouseCapture()()()() (Inherited from UIElement.)
RemoveHandler(RoutedEvent, Delegate) (Inherited from UIElement.)
RenderSize (Inherited from UIElement.)
RenderTransform (Inherited from UIElement.)
RenderTransformOrigin (Inherited from UIElement.)
Resources (Inherited from FrameworkElement.)
Select(Int32, Int32) (Inherited from TextBox.)
SelectAll()()()() (Inherited from TextBox.)
SelectedText (Inherited from TextBox.)
SelectionBackground()()()() (Inherited from TextBox.)
SelectionChanged()()()() (Inherited from TextBox.)
SelectionForeground()()()() (Inherited from TextBox.)
SelectionLength (Inherited from TextBox.)
SelectionStart (Inherited from TextBox.)
SetBinding(DependencyProperty, Binding) (Inherited from FrameworkElement.)
SetValue(DependencyProperty, Object) (Inherited from DependencyObject.)
SizeChanged (Inherited from FrameworkElement.)
Style (Inherited from FrameworkElement.)
TabIndex (Inherited from Control.)
TabNavigation()()()() (Inherited from Control.)
Tag (Inherited from FrameworkElement.)
Template (Inherited from Control.)
Text (Inherited from TextBox.)
TextAlignment (Inherited from TextBox.)
TextChanged()()()() (Inherited from TextBox.)
TextInput (Inherited from UIElement.)
TextInputStart()()()() (Inherited from UIElement.)
TextInputUpdate()()()() (Inherited from UIElement.)
TextWrapping (Inherited from TextBox.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
TransformToVisual(UIElement) (Inherited from UIElement.)
Triggers (Inherited from FrameworkElement.)
Unloaded (Inherited from FrameworkElement.)
UpdateLayout()()()() (Inherited from UIElement.)
UseLayoutRounding()()()() (Inherited from UIElement.)
VerticalAlignment (Inherited from FrameworkElement.)
VerticalContentAlignment (Inherited from Control.)
VerticalScrollBarVisibility()()()() (Inherited from TextBox.)
Visibility (Inherited from UIElement.)
Watermark()()()() (Inherited from TextBox.)
Width (Inherited from FrameworkElement.)
Inheritance Hierarchy

Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)