Class AddNewBibliographicSourceDialog
Default AddNewBibliographicSourceDialog
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class AddNewBibliographicSourceDialog : RadRichTextBoxWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IThemable, IAddNewBibliographicSourceDialog, INotifyPropertyChanged, IComponentConnector
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
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
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
|