Search Results for

    Show / Hide Table of Contents

    Class BinaryRibbonSmartTextBox

    Implements
    IBinaryRibbonKeyTipControl
    Namespace: Binarymission.WPF.Controls.Office
    Assembly: Binarymission.WPF.Controls.BinaryRibbon.dll
    Syntax
    public class BinaryRibbonSmartTextBox : TextBox, IBinaryRibbonKeyTipControl

    Constructors

    BinaryRibbonSmartTextBox()

    Declaration
    public BinaryRibbonSmartTextBox()

    Properties

    AlertClueImageSource

    Gets or sets the alert clue image.

    Declaration
    public BitmapSource AlertClueImageSource { get; set; }

    AlertClueImageSourceOnError

    Gets or sets the image that will be rendered when the control is in error mode (i.e. you could use this when the user has not set a mandatory data in the control, etc.)

    Declaration
    public BitmapSource AlertClueImageSourceOnError { get; set; }

    AlertFlagTooltipContent

    Gets or sets the custom tooltip content for the alert flag visual.

    Declaration
    public object AlertFlagTooltipContent { get; set; }

    ClearTextVisualContent

    Gets or sets the cntent for the clear data button located at the rigt hand side corner of the control.

    Declaration
    public object ClearTextVisualContent { get; set; }

    ClearTextVisualForegroundBrush

    Gets or sets the forground brush for the clear text command visual that is rendered at the right hand side corner of the control.

    Declaration
    public Brush ClearTextVisualForegroundBrush { get; set; }

    ClearTextVisualOnHoverForegroundBrush

    Gets or sets the forground brush for the clear text command visual that is rendered at the right hand side corner of the control, when mouse hovers on it.

    Declaration
    public Brush ClearTextVisualOnHoverForegroundBrush { get; set; }

    ControlBorderBrush

    Gets or sets the control border brush.

    Declaration
    public Brush ControlBorderBrush { get; set; }

    DataEntryMode

    Declaration
    public DataEntryMode DataEntryMode { get; set; }

    DisallowedInputRegularExpression

    Gets or sets the custom regular expression string to be used, when deciding what text input is not allwoed.

    Declaration
    public string DisallowedInputRegularExpression { get; set; }

    IsAlertClueImageRenderingEnabled

    Gets or sets whether to render the alert clue image.

    Declaration
    public bool IsAlertClueImageRenderingEnabled { get; set; }

    IsClearTextVisualAlwaysVisible

    Gets or sets whether the clear text visual is always shown in the control, irrespective of whether the user has any text typed into the control or not.

    Declaration
    public bool IsClearTextVisualAlwaysVisible { get; set; }

    IsClearTextVisualRenderingFeatureEnabled

    Declaration
    public bool IsClearTextVisualRenderingFeatureEnabled { get; set; }

    WatermarkContent

    Gets or sets the watermark instance for the textbox.

    Declaration
    public object WatermarkContent { get; set; }

    WatermarkContentTemplate

    Gets or sets the watermark template to use, for rendering the watermark instance.

    Declaration
    public DataTemplate WatermarkContentTemplate { get; set; }

    Methods

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()

    Explicit Interface Implementations

    IBinaryRibbonKeyTipControl.PerformKeyTipExecute()

    Performs custom logic for the method PerformKeyTipExecute().

    Declaration
    void IBinaryRibbonKeyTipControl.PerformKeyTipExecute()

    Implements

    IBinaryRibbonKeyTipControl
    In This Article
    Back to top Copyright © Binarymission Technologies Ltd., UK.