Click or drag to resize

NotesController Properties

The NotesController type exposes the following members.

Properties
 NameDescription
Public propertyCategory Gets or sets the category used to determine where the menu item for this pad is placed.
(Inherited from AbstractPadContent)
Public propertyContentId Gets a string which uniquely identifies the content.
(Inherited from AbstractPadContent)
Public propertyCurrentlyActiveNotes Gets or sets the notes object belonging to the currently active document.
Public propertyDefaultPosition Gets the default position of this pad.
(Inherited from AbstractPadContent)
Public propertyIconSource Gets the icon bitmap resource name of the pad. May be an empty string if the pad has no icon defined.
(Inherited from AbstractPadContent)
Public propertyInitiallyFocusedControl Gets the control which has focus initially.
(Inherited from AbstractPadContent)
Public propertyIsActive Gets or sets a value indicating whether the view of this instance is active in the UI.
(Inherited from AbstractPadContent)
Public propertyIsEnabled Gets a value indicating whether the notes pad is enabled.
Public propertyIsSelected Gets or sets a value indicating whether the view of this instance is selected (e.g. inside its container).
(Inherited from AbstractPadContent)
Public propertyIsVisible Gets or sets the visibility of the pad. If false, the pad is not visible. If true, the pad may be visible or is collapsed.
(Inherited from AbstractPadContent)
Public propertyModelObject Gets the model (document) that this controller manages.
(Overrides AbstractPadContentModelObject)
Public propertyPadDescriptor Gets or sets the pad descriptor that has created this pad content.
(Inherited from AbstractPadContent)
Public propertyShortcut Gets or sets the menu shortcut for the view menu item.
(Inherited from AbstractPadContent)
Public propertyText Gets or sets the text of the currently active notes.
Public propertyTitle Returns the title of the pad (IPadContent), or the text on the tab page of the document window (IViewContent).
(Inherited from AbstractPadContent)
Public propertyViewObject Gets or sets the GUI element that shows the model to the user.
(Overrides AbstractPadContentViewObject)
Top
See Also