Class AddNewBibliographicSourceDialog
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class AddNewBibliographicSourceDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, IAnalyticsProvider, IAddNewBibliographicSourceDialog, INotifyPropertyChanged
Constructors
AddNewBibliographicSourceDialog()
Declaration
public AddNewBibliographicSourceDialog()
Properties
ShowAllBibliographyFields
Declaration
public bool ShowAllBibliographyFields { get; set; }
Property Value
System.Boolean
|
TagName
Declaration
public string TagName { get; set; }
Property Value
System.String
|
TypeOfSource
Declaration
public BibliographicSourceType TypeOfSource { get; set; }
Property Value
BibliographicSourceType
|
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
LocalizeStrings()
Declaration
protected virtual void LocalizeStrings()
OnClosed(EventArgs)
Declaration
protected override void OnClosed(EventArgs e)
Parameters
System.EventArgs
e
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
Show(AddNewBibliographicSourceDialogContext, RadRichTextBox)
Declaration
public void Show(AddNewBibliographicSourceDialogContext context, RadRichTextBox owner)
Parameters
AddNewBibliographicSourceDialogContext
context
|
RadRichTextBox
owner
|
Implements
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|