Class RadPrompt
RadPrompt exposes a textbox in which the user can put any value.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
[TelerikToolboxCategory("Navigation")]
public class RadPrompt : RadConfirm
Constructors
RadPrompt()
Declaration
public RadPrompt()
Fields
PromptResultProperty
Identifies the PromptResult dependency property.
Declaration
public static readonly DependencyProperty PromptResultProperty
Field Value
System.Windows.DependencyProperty
|
Properties
PromptResult
Holds the result of the Prompt dialog. This is a dependency property.
Declaration
public string PromptResult { get; set; }
Property Value
System.String
|
Methods
Configure(RadWindow, DialogParameters)
Configures RadPrompt according to the RadWindow specified.
Declaration
public override void Configure(RadWindow window, DialogParameters pars)
Parameters
RadWindow
window
RadWindow in which the RadPrompt will appear. |
DialogParameters
pars
Structure that holds all possible parameters for customizing dialog window. |
Overrides
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event and sets System.Windows.FrameworkElement.DefaultStyleKey from the active theme.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
Overrides
OnOk(EventArgs)
Raises the Ok event.
Declaration
protected override void OnOk(EventArgs e)
Parameters
System.EventArgs
e
The System.EventArgs instance containing the event data. |
Overrides
SetupBindingsAndCommands()
This method is called just after the template is applied and is meant to setup the Ok and Cancel buttons. It should be removed for Q3 2011.
Declaration
protected override void SetupBindingsAndCommands()
Overrides
SetupDefaultFocusedElement()
This method is called just after the template is applied and is meant to setup the default focused dialog button.
Declaration
protected override void SetupDefaultFocusedElement()