Свойство | Type | Description | |
---|---|---|---|
BindableDocumentProperty | |||
PreventTextInputProperty |
Méthode | Description | |
---|---|---|
GetBindableDocument ( System.Windows.Controls.RichTextBox obj ) : System.Windows.Documents.FlowDocument | ||
GetPreventTextInput ( System.Windows.Controls.RichTextBox obj ) : bool | ||
SetBindableDocument ( System.Windows.Controls.RichTextBox obj, System.Windows.Documents.FlowDocument value ) : void | ||
SetPreventTextInput ( System.Windows.Controls.RichTextBox obj, bool value ) : void |
Méthode | Description | |
---|---|---|
BindableDocumentChanged ( |
||
BindingPreviewCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void | ||
PasteCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void | ||
PreventTextInputChanged ( |
||
RichTextBoxOnPreviewTextInput ( object sender, System.Windows.Input.TextCompositionEventArgs args ) : void |
public static GetBindableDocument ( System.Windows.Controls.RichTextBox obj ) : System.Windows.Documents.FlowDocument | ||
obj | System.Windows.Controls.RichTextBox | |
Résultat | System.Windows.Documents.FlowDocument |
public static GetPreventTextInput ( System.Windows.Controls.RichTextBox obj ) : bool | ||
obj | System.Windows.Controls.RichTextBox | |
Résultat | bool |
public static SetBindableDocument ( System.Windows.Controls.RichTextBox obj, System.Windows.Documents.FlowDocument value ) : void | ||
obj | System.Windows.Controls.RichTextBox | |
value | System.Windows.Documents.FlowDocument | |
Résultat | void |
public static SetPreventTextInput ( System.Windows.Controls.RichTextBox obj, bool value ) : void | ||
obj | System.Windows.Controls.RichTextBox | |
value | bool | |
Résultat | void |
public static DependencyProperty,System.Windows BindableDocumentProperty | ||
Résultat |