Share via


DatabasePropertyPageUserControlBase Class

Use this class as a base for any project property pages. Any IDatabaseProjectFeature implementing IDatabaseProjectPropertyPageContributor can then return instances to add to the project properties.

This API is not CLS-compliant. 

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..UserControl
              PropPageUserControlBase
                Microsoft.VisualStudio.Data.Tools.Package.Project..::..DatabasePropertyPageUserControlBase

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class DatabasePropertyPageUserControlBase _
    Inherits PropPageUserControlBase
'Usage
Dim instance As DatabasePropertyPageUserControlBase
[CLSCompliantAttribute(false)]
public class DatabasePropertyPageUserControlBase : PropPageUserControlBase
[CLSCompliantAttribute(false)]
public ref class DatabasePropertyPageUserControlBase : public PropPageUserControlBase
[<CLSCompliantAttribute(false)>]
type DatabasePropertyPageUserControlBase =  
    class
        inherit PropPageUserControlBase
    end
public class DatabasePropertyPageUserControlBase extends PropPageUserControlBase

The DatabasePropertyPageUserControlBase type exposes the following members.

Constructors

  Name Description
Public method DatabasePropertyPageUserControlBase Initializes a new instance of the DatabasePropertyPageUserControlBase class.

Top

Properties

  Name Description
Public property AccessibilityObject (Inherited from Control.)
Public property AccessibleDefaultActionDescription (Inherited from Control.)
Public property AccessibleDescription (Inherited from Control.)
Public property AccessibleName (Inherited from Control.)
Public property AccessibleRole (Inherited from Control.)
Public property ActiveControl (Inherited from ContainerControl.)
Public property AllowDrop (Inherited from Control.)
Public property Anchor (Inherited from Control.)
Public property AutoScaleDimensions (Inherited from ContainerControl.)
Protected property AutoScaleFactor (Inherited from ContainerControl.)
Public property AutoScaleMode (Inherited from ContainerControl.)
Public property AutoScroll (Inherited from ScrollableControl.)
Public property AutoScrollMargin (Inherited from ScrollableControl.)
Public property AutoScrollMinSize (Inherited from ScrollableControl.)
Public property AutoScrollOffset (Inherited from Control.)
Public property AutoScrollPosition (Inherited from ScrollableControl.)
Public property AutoSize (Inherited from UserControl.)
Public property AutoSizeMode (Inherited from UserControl.)
Public property AutoValidate (Inherited from UserControl.)
Public property BackColor (Inherited from Control.)
Public property BackgroundImage (Inherited from Control.)
Public property BackgroundImageLayout (Inherited from Control.)
Public property BindingContext (Inherited from ContainerControl.)
Public property BorderStyle (Inherited from UserControl.)
Public property Bottom (Inherited from Control.)
Public property Bounds (Inherited from Control.)
Protected property CanApplyNow (Inherited from PropPageUserControlBase.)
Protected property CanEnableIme (Inherited from ContainerControl.)
Public property CanFocus (Inherited from Control.)
Protected property CanRaiseEvents (Inherited from Control.)
Public property CanSelect (Inherited from Control.)
Public property Capture (Inherited from Control.)
Public property CausesValidation (Inherited from Control.)
Public property ClientRectangle (Inherited from Control.)
Public property ClientSize (Inherited from Control.)
Public property CommonPropertiesObject (Inherited from PropPageUserControlBase.)
Public property CompanyName (Inherited from Control.)
Public property Container (Inherited from Component.)
Public property ContainsFocus (Inherited from Control.)
Public property ContextMenu (Inherited from Control.)
Public property ContextMenuStrip (Inherited from Control.)
Protected property ControlData (Inherited from PropPageUserControlBase.)
Public property Controls (Inherited from Control.)
Public property Created (Inherited from Control.)
Protected property CreateParams (Inherited from UserControl.)
Public property CurrentAutoScaleDimensions (Inherited from ContainerControl.)
Public property Cursor (Inherited from Control.)
Public property DataBindings (Inherited from Control.)
Protected property DefaultCursor (Inherited from Control.)
Protected property DefaultImeMode (Inherited from Control.)
Protected property DefaultMargin (Inherited from Control.)
Protected property DefaultMaximumSize (Inherited from Control.)
Protected property DefaultMinimumSize (Inherited from Control.)
Protected property DefaultPadding (Inherited from Control.)
Protected property DefaultSize (Inherited from UserControl.)
Protected property DesignMode (Inherited from Component.)
Protected property DisableOnBuild (Inherited from PropPageUserControlBase.)
Protected property DisableOnDebug (Inherited from PropPageUserControlBase.)
Public property DisplayRectangle (Inherited from ScrollableControl.)
Public property Disposing (Inherited from Control.)
Public property Dock (Inherited from Control.)
Public property DockPadding (Inherited from ScrollableControl.)
Protected property DoubleBuffered (Inherited from Control.)
Protected property DTE (Inherited from PropPageUserControlBase.)
Public property DTEProject (Inherited from PropPageUserControlBase.)
Protected property Enabled (Inherited from PropPageUserControlBase.)
Protected property Events (Inherited from Component.)
Public property Focused (Inherited from Control.)
Public property Font (Inherited from Control.)
Protected property FontHeight (Inherited from Control.)
Public property ForeColor (Inherited from Control.)
Protected property GetDialogFont (Inherited from PropPageUserControlBase.)
Protected property GetServiceFromPropertyPageSite (Inherited from PropPageUserControlBase.)
Public property Handle (Inherited from Control.)
Public property HasChildren (Inherited from Control.)
Public property Height (Inherited from Control.)
Public property HorizontalScroll (Inherited from ScrollableControl.)
Protected property HScroll (Inherited from ScrollableControl.)
Public property ImeMode (Inherited from Control.)
Protected property ImeModeBase (Inherited from Control.)
Public property InvokeRequired (Inherited from Control.)
Public property IsAccessible (Inherited from Control.)
Protected property IsActivated (Inherited from PropPageUserControlBase.)
Public property IsConfigurationSpecificPage (Inherited from PropPageUserControlBase.)
Public property IsDirty (Inherited from PropPageUserControlBase.)
Public property IsDisposed (Inherited from Control.)
Public property IsHandleCreated (Inherited from Control.)
Protected property IsInProjectCheckoutSection (Inherited from PropPageUserControlBase.)
Public property IsMirrored (Inherited from Control.)
Protected property IsUndoEnabled (Inherited from PropPageUserControlBase.)
Public property LayoutEngine (Inherited from Control.)
Public property Left (Inherited from Control.)
Public property Location (Inherited from Control.)
Protected property ManualPageScaling (Inherited from PropPageUserControlBase.)
Public property Margin (Inherited from Control.)
Public property MaximumSize (Inherited from Control.)
Public property MinimumSize (Inherited from Control.)
Public property MultiProjectSelect (Inherited from PropPageUserControlBase.)
Public property Name (Inherited from Control.)
Public property Padding (Inherited from Control.)
Protected property PageRequiresScaling (Inherited from PropPageUserControlBase.)
Public property PageResizable (Inherited from PropPageUserControlBase.)
Public property Parent (Inherited from Control.)
Public property ParentForm (Inherited from ContainerControl.)
Public property PreferredSize (Inherited from Control.)
Public property ProductName (Inherited from Control.)
Public property ProductVersion (Inherited from Control.)
Public property ProjectHierarchy (Inherited from PropPageUserControlBase.)
Protected property ProjectKind (Inherited from PropPageUserControlBase.)
Protected property ProjectLanguage (Inherited from PropPageUserControlBase.)
Public property ProjectProperties (Inherited from PropPageUserControlBase.)
Public property ProjectReloadedDuringCheckout (Inherited from PropPageUserControlBase.)
Protected property PropertyPageSite (Inherited from PropPageUserControlBase.)
Public property RecreatingHandle (Inherited from Control.)
Public property Region (Inherited from Control.)
Protected property RenderRightToLeft Obsolete. (Inherited from Control.)
Protected property ResizeRedraw (Inherited from Control.)
Public property Right (Inherited from Control.)
Public property RightToLeft (Inherited from Control.)
Protected property ScaleChildren (Inherited from Control.)
Protected property ServiceProvider (Inherited from PropPageUserControlBase.)
Protected property ShowFocusCues (Inherited from Control.)
Protected property ShowKeyboardCues (Inherited from Control.)
Public property Site (Inherited from Control.)
Public property Size (Inherited from Control.)
Public property TabIndex (Inherited from Control.)
Public property TabStop (Inherited from Control.)
Public property Tag (Inherited from Control.)
Public property Text (Inherited from UserControl.)
Public property Top (Inherited from Control.)
Public property TopLevelControl (Inherited from Control.)
Public property UseWaitCursor (Inherited from Control.)
Protected property ValidationControlGroups (Inherited from PropPageUserControlBase.)
Public property VerticalScroll (Inherited from ScrollableControl.)
Public property Visible (Inherited from Control.)
Protected property VScroll (Inherited from ScrollableControl.)
Protected property VsUIShell2Service (Inherited from PropPageUserControlBase.)
Protected property VsUIShellService (Inherited from PropPageUserControlBase.)
Public property Width (Inherited from Control.)
Public property WindowTarget (Inherited from Control.)

Top

Methods

  Name Description
Protected method AcceptEnterKey Make sure our buttons refer to the 'enter' key.
Protected method AccessibilityNotifyClients(AccessibleEvents, Int32) (Inherited from Control.)
Protected method AccessibilityNotifyClients(AccessibleEvents, Int32, Int32) (Inherited from Control.)
Protected method AddChangeHandlers (Inherited from PropPageUserControlBase.)
Protected method AddFileToProject(String) (Inherited from PropPageUserControlBase.)
Protected method AddFileToProject(String, Boolean) (Inherited from PropPageUserControlBase.)
Protected method AddFileToProject(ProjectItems, String, Boolean) (Inherited from PropPageUserControlBase.)
Protected method AddFileToProject(ProjectItems, String, Boolean, prjBuildAction) (Inherited from PropPageUserControlBase.)
Protected method AdjustFormScrollbars (Inherited from ContainerControl.)
Public method Apply (Inherited from PropPageUserControlBase.)
Protected method ApplyChanges (Inherited from PropPageUserControlBase.)
Protected method ApplyPageChanges (Inherited from PropPageUserControlBase.)
Public method BeginInvoke(Delegate) (Inherited from Control.)
Public method BeginInvoke(Delegate, array<Object> [] () [] []) (Inherited from Control.)
Public method BringToFront (Inherited from Control.)
Public method CheckoutProjectFile (Inherited from PropPageUserControlBase.)
Protected method CleanupCOMReferences Used to clean up any COM references and unhook from events. (Overrides PropPageUserControlBaseCleanupCOMReferences()()()().)
Protected method ClearIsDirty (Inherited from PropPageUserControlBase.)
Public method CommitTransaction (Inherited from PropPageUserControlBase.)
Public method Contains (Inherited from Control.)
Protected method CreateAccessibilityInstance (Inherited from Control.)
Public method CreateControl (Inherited from Control.)
Protected method CreateControlsInstance (Inherited from Control.)
Public method CreateGraphics (Inherited from Control.)
Protected method CreateHandle (Inherited from Control.)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Protected method DefWndProc (Inherited from Control.)
Protected method DelayValidate (Inherited from PropPageUserControlBase.)
Protected method DestroyHandle (Inherited from Control.)
Protected method DisableWhenDebugMode (Inherited from PropPageUserControlBase.)
Public method Dispose() () () () (Inherited from Component.)
Protected method Dispose(Boolean) Disposes of this object (Overrides PropPageUserControlBaseDispose(Boolean).)
Public method DoDragDrop (Inherited from Control.)
Public method DrawToBitmap (Inherited from Control.)
Protected method EditProperty (Inherited from PropPageUserControlBase.)
Protected method EnableAllControls (Inherited from PropPageUserControlBase.)
Protected method EnableControl (Inherited from PropPageUserControlBase.)
Public method EndInvoke (Inherited from Control.)
Protected method EnterProjectCheckoutSection (Inherited from PropPageUserControlBase.)
Public method Equals (Inherited from Object.)
Protected method ExtendedPropertiesObjects (Inherited from PropPageUserControlBase.)
Protected method Finalize (Inherited from Component.)
Public method FindForm (Inherited from Control.)
Public method Focus (Inherited from Control.)
Protected method GetAccessibilityObjectById (Inherited from Control.)
Protected method GetAutoSizeMode (Inherited from Control.)
Public method GetChildAtPoint(Point) (Inherited from Control.)
Public method GetChildAtPoint(Point, GetChildAtPointSkip) (Inherited from Control.)
Public method GetCommonPropertyDescriptor (Inherited from PropPageUserControlBase.)
Protected method GetCommonPropertyValue(PropertyDescriptor) (Inherited from PropPageUserControlBase.)
Protected method GetCommonPropertyValue(String) (Inherited from PropPageUserControlBase.)
Protected method GetCommonPropertyValueNative(PropertyDescriptor) (Inherited from PropPageUserControlBase.)
Protected method GetCommonPropertyValueNative(String) (Inherited from PropPageUserControlBase.)
Public method GetContainerControl (Inherited from Control.)
Protected method GetControlValue (Inherited from PropPageUserControlBase.)
Protected method GetControlValueNative (Inherited from PropPageUserControlBase.)
Protected method GetCurrentProperty (Inherited from PropPageUserControlBase.)
Protected method GetDirectoryViaBrowse (Inherited from PropPageUserControlBase.)
Protected method GetDirectoryViaBrowseRelative (Inherited from PropPageUserControlBase.)
Protected method GetDirectoryViaBrowseRelativeToProject (Inherited from PropPageUserControlBase.)
Protected method GetDirty (Inherited from PropPageUserControlBase.)
Protected method GetF1HelpKeyword (Inherited from PropPageUserControlBase.)
Protected method GetFileViaBrowse (Inherited from PropPageUserControlBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetNextControl (Inherited from Control.)
Public method GetPreferredSize (Inherited from PropPageUserControlBase.)
Protected method GetProjectPath (Inherited from PropPageUserControlBase.)
Protected method GetProjectRelativeDirectoryPath (Inherited from PropPageUserControlBase.)
Protected method GetProjectRelativeFilePath (Inherited from PropPageUserControlBase.)
Protected method GetProperty (Inherited from PropPageUserControlBase.)
Protected method GetPropertyControl (Inherited from PropPageUserControlBase.)
Protected method GetPropertyControlData(Int32) (Inherited from PropPageUserControlBase.)
Protected method GetPropertyControlData(String) (Inherited from PropPageUserControlBase.)
Protected method GetPropertyDescriptor (Inherited from PropPageUserControlBase.)
Protected method GetRelativeDirectoryPath (Inherited from PropPageUserControlBase.)
Protected method GetRelativeFilePath (Inherited from PropPageUserControlBase.)
Protected method GetScaledBounds (Inherited from Control.)
Protected method GetScrollState (Inherited from ScrollableControl.)
Protected method GetService (Inherited from Component.)
Protected method GetStyle (Inherited from Control.)
Protected method GetTopLevel (Inherited from Control.)
Public method GetTransaction (Inherited from PropPageUserControlBase.)
Public method GetTransactionDescription (Inherited from PropPageUserControlBase.)
Public method GetType (Inherited from Object.)
Public method GetUserDefinedPropertyDescriptor (Inherited from PropPageUserControlBase.)
Public method Help (Inherited from PropPageUserControlBase.)
Public method Hide (Inherited from Control.)
Protected method InitializeAllProperties (Inherited from PropPageUserControlBase.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method InitLayout (Inherited from Control.)
Protected method InitPage (Inherited from PropPageUserControlBase.)
Public method Invalidate() () () () (Inherited from Control.)
Public method Invalidate(Region) (Inherited from Control.)
Public method Invalidate(Boolean) (Inherited from Control.)
Public method Invalidate(Rectangle) (Inherited from Control.)
Public method Invalidate(Region, Boolean) (Inherited from Control.)
Public method Invalidate(Rectangle, Boolean) (Inherited from Control.)
Public method Invoke(Delegate) (Inherited from Control.)
Public method Invoke(Delegate, array<Object> [] () [] []) (Inherited from Control.)
Protected method InvokeGotFocus (Inherited from Control.)
Protected method InvokeLostFocus (Inherited from Control.)
Protected method InvokeOnClick (Inherited from Control.)
Protected method InvokePaint (Inherited from Control.)
Protected method InvokePaintBackground (Inherited from Control.)
Protected method IsAnyPropertyDirty (Inherited from PropPageUserControlBase.)
Public method IsCSProject (Inherited from PropPageUserControlBase.)
Protected method IsInputChar (Inherited from Control.)
Protected method IsInputKey (Inherited from Control.)
Public method IsJSProject (Inherited from PropPageUserControlBase.)
Protected method IsPageDirty (Inherited from PropPageUserControlBase.)
Public method IsVBProject (Inherited from PropPageUserControlBase.)
Protected method IVsProjectDesignerPage_GetPropertyMultipleValues (Inherited from PropPageUserControlBase.)
Protected method IVsProjectDesignerPage_GetPropertyValue (Inherited from PropPageUserControlBase.)
Protected method IVsProjectDesignerPage_SetPropertyValue (Inherited from PropPageUserControlBase.)
Protected method IVsProjectDesignerPage_SetPropertyValueMultipleValues (Inherited from PropPageUserControlBase.)
Protected method IVsProjectDesignerPage_SupportsMultipleValueUndo (Inherited from PropPageUserControlBase.)
Protected method LeaveProjectCheckoutSection (Inherited from PropPageUserControlBase.)
Protected method MemberwiseClone() () () () (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Protected method NotifyInvalidate (Inherited from Control.)
Protected method OnApplyComplete (Inherited from PropPageUserControlBase.)
Protected method OnAutoSizeChanged (Inherited from Control.)
Protected method OnAutoValidateChanged (Inherited from ContainerControl.)
Protected method OnBackColorChanged (Inherited from Control.)
Protected method OnBackgroundImageChanged (Inherited from Control.)
Protected method OnBackgroundImageLayoutChanged (Inherited from Control.)
Protected method OnBindingContextChanged (Inherited from Control.)
Protected method OnBuildBegin Provides notification that a project or solution build has begun
Protected method OnBuildEnd Provides notification that a project or solution build has finished.
Protected method OnCausesValidationChanged (Inherited from Control.)
Protected method OnChangeUICues (Inherited from Control.)
Protected method OnClick (Inherited from Control.)
Protected method OnClientSizeChanged (Inherited from Control.)
Protected method OnContextMenuChanged (Inherited from Control.)
Protected method OnContextMenuStripChanged (Inherited from Control.)
Protected method OnControlAdded (Inherited from Control.)
Protected method OnControlRemoved (Inherited from Control.)
Protected method OnCreateControl (Inherited from UserControl.)
Protected method OnCursorChanged (Inherited from Control.)
Protected method OnDockChanged (Inherited from Control.)
Protected method OnDoubleClick (Inherited from Control.)
Protected method OnDragDrop (Inherited from Control.)
Protected method OnDragEnter (Inherited from Control.)
Protected method OnDragLeave (Inherited from Control.)
Protected method OnDragOver (Inherited from Control.)
Protected method OnEnabledChanged (Inherited from Control.)
Protected method OnEnter (Inherited from Control.)
Public method OnExternalPropertyChanged(Int32, String) (Inherited from PropPageUserControlBase.)
Protected method OnExternalPropertyChanged(Int32, PropertyChangeSource) (Inherited from PropPageUserControlBase.)
Protected method OnExternalPropertyChanged(PropertyControlData, PropertyChangeSource) (Inherited from PropPageUserControlBase.)
Public method OnExternalPropertyRequestEdit (Inherited from PropPageUserControlBase.)
Protected method OnFontChanged (Inherited from ContainerControl.)
Protected method OnForeColorChanged (Inherited from Control.)
Protected method OnGiveFeedback (Inherited from Control.)
Protected method OnGotFocus (Inherited from Control.)
Protected method OnHandleCreated (Inherited from Control.)
Protected method OnHandleDestroyed (Inherited from Control.)
Protected method OnHelpRequested (Inherited from Control.)
Protected method OnImeModeChanged (Inherited from Control.)
Protected method OnInvalidated (Inherited from Control.)
Protected method OnKeyDown (Inherited from Control.)
Protected method OnKeyPress (Inherited from Control.)
Protected method OnKeyUp (Inherited from Control.)
Protected method OnLayout (Inherited from PropPageUserControlBase.)
Protected method OnLeave (Inherited from Control.)
Protected method OnLoad (Inherited from UserControl.)
Protected method OnLocationChanged (Inherited from Control.)
Protected method OnLostFocus (Inherited from Control.)
Protected method OnMarginChanged (Inherited from Control.)
Protected method OnMouseCaptureChanged (Inherited from Control.)
Protected method OnMouseClick (Inherited from Control.)
Protected method OnMouseDoubleClick (Inherited from Control.)
Protected method OnMouseDown (Inherited from UserControl.)
Protected method OnMouseEnter (Inherited from Control.)
Protected method OnMouseHover (Inherited from Control.)
Protected method OnMouseLeave (Inherited from Control.)
Protected method OnMouseMove (Inherited from Control.)
Protected method OnMouseUp (Inherited from Control.)
Protected method OnMouseWheel (Inherited from ScrollableControl.)
Protected method OnMove (Inherited from Control.)
Protected method OnNotifyMessage (Inherited from Control.)
Protected method OnPaddingChanged (Inherited from ScrollableControl.)
Protected method OnPageActivated (Inherited from PropPageUserControlBase.)
Protected method OnPaint (Inherited from Control.)
Protected method OnPaintBackground (Inherited from ScrollableControl.)
Protected method OnParentBackColorChanged (Inherited from Control.)
Protected method OnParentBackgroundImageChanged (Inherited from Control.)
Protected method OnParentBindingContextChanged (Inherited from Control.)
Protected method OnParentChanged (Inherited from ContainerControl.)
Protected method OnParentCursorChanged (Inherited from Control.)
Protected method OnParentEnabledChanged (Inherited from Control.)
Protected method OnParentFontChanged (Inherited from Control.)
Protected method OnParentForeColorChanged (Inherited from Control.)
Protected method OnParentRightToLeftChanged (Inherited from Control.)
Protected method OnParentVisibleChanged (Inherited from Control.)
Protected method OnPreviewKeyDown (Inherited from Control.)
Protected method OnPrint (Inherited from Control.)
Public method OnPropertyChanged (Inherited from PropPageUserControlBase.)
Public method OnPropertyChanging (Inherited from PropPageUserControlBase.)
Protected method OnQueryContinueDrag (Inherited from Control.)
Protected method OnRegionChanged (Inherited from Control.)
Protected method OnResize (Inherited from UserControl.)
Protected method OnRightToLeftChanged (Inherited from ScrollableControl.)
Protected method OnScroll (Inherited from ScrollableControl.)
Protected method OnSetSite (Inherited from PropPageUserControlBase.)
Protected method OnSizeChanged (Inherited from Control.)
Protected method OnStyleChanged (Inherited from Control.)
Protected method OnSystemColorsChanged (Inherited from Control.)
Protected method OnTabIndexChanged (Inherited from Control.)
Protected method OnTabStopChanged (Inherited from Control.)
Protected method OnTextChanged (Inherited from Control.)
Protected method OnValidated (Inherited from Control.)
Protected method OnValidating (Inherited from Control.)
Protected method OnVisibleChanged (Inherited from ScrollableControl.)
Public method PerformAutoScale (Inherited from ContainerControl.)
Public method PerformLayout() () () () (Inherited from Control.)
Public method PerformLayout(Control, String) (Inherited from Control.)
Public method PointToClient (Inherited from Control.)
Public method PointToScreen (Inherited from Control.)
Protected method PostApplyPageChanges (Inherited from PropPageUserControlBase.)
Protected method PostInitPage (Inherited from PropPageUserControlBase.)
Protected method PreApplyPageChanges (Inherited from PropPageUserControlBase.)
Protected method PreInitPage (Inherited from PropPageUserControlBase.)
Public method PreProcessControlMessage (Inherited from Control.)
Public method PreProcessMessage (Inherited from Control.)
Protected method ProcessCmdKey (Inherited from ContainerControl.)
Protected method ProcessDelayValidationQueue (Inherited from PropPageUserControlBase.)
Protected method ProcessDialogChar (Inherited from ContainerControl.)
Protected method ProcessDialogKey (Inherited from PropPageUserControlBase.)
Protected method ProcessKeyEventArgs (Inherited from Control.)
Protected method ProcessKeyMessage (Inherited from Control.)
Protected method ProcessKeyPreview (Inherited from Control.)
Protected method ProcessMnemonic (Inherited from ContainerControl.)
Protected method ProcessTabKey (Inherited from ContainerControl.)
Protected method RaiseDragEvent (Inherited from Control.)
Protected method RaiseKeyEvent (Inherited from Control.)
Protected method RaiseMouseEvent (Inherited from Control.)
Protected method RaisePaintEvent (Inherited from Control.)
Protected method RawPropertiesObjects (Inherited from PropPageUserControlBase.)
Public method ReadUserDefinedProperty (Inherited from PropPageUserControlBase.)
Protected method RecreateHandle (Inherited from Control.)
Public method RectangleToClient (Inherited from Control.)
Public method RectangleToScreen (Inherited from Control.)
Public method Refresh (Inherited from Control.)
Protected method RefreshPropertyStandardValues (Inherited from PropPageUserControlBase.)
Public method RefreshPropertyValues (Inherited from PropPageUserControlBase.)
Public method ResetBackColor (Inherited from Control.)
Public method ResetBindings (Inherited from Control.)
Public method ResetCursor (Inherited from Control.)
Public method ResetFont (Inherited from Control.)
Public method ResetForeColor (Inherited from Control.)
Public method ResetImeMode (Inherited from Control.)
Protected method ResetMouseEventArgs (Inherited from Control.)
Public method ResetRightToLeft (Inherited from Control.)
Public method ResetText (Inherited from Control.)
Public method RestoreInitialValues (Inherited from PropPageUserControlBase.)
Public method ResumeLayout() () () () (Inherited from Control.)
Public method ResumeLayout(Boolean) (Inherited from Control.)
Public method ResumePropertyChangeListening (Inherited from PropPageUserControlBase.)
Protected method RtlTranslateAlignment(HorizontalAlignment) (Inherited from Control.)
Protected method RtlTranslateAlignment(LeftRightAlignment) (Inherited from Control.)
Protected method RtlTranslateAlignment(ContentAlignment) (Inherited from Control.)
Protected method RtlTranslateContent (Inherited from Control.)
Protected method RtlTranslateHorizontal (Inherited from Control.)
Protected method RtlTranslateLeftRight (Inherited from Control.)
Public method Scale(Single) Obsolete. (Inherited from Control.)
Public method Scale(SizeF) (Inherited from Control.)
Public method Scale(Single, Single) Obsolete. (Inherited from Control.)
Protected method ScaleControl (Inherited from ScrollableControl.)
Protected method ScaleCore (Inherited from ScrollableControl.)
Protected method ScaleWindowToCurrentFont (Inherited from PropPageUserControlBase.)
Public method ScrollControlIntoView (Inherited from ScrollableControl.)
Protected method ScrollToControl (Inherited from ScrollableControl.)
Public method Select() () () () (Inherited from Control.)
Protected method Select(Boolean, Boolean) (Inherited from ContainerControl.)
Public method SelectNextControl (Inherited from Control.)
Public method SendToBack (Inherited from Control.)
Public method SetAutoScrollMargin (Inherited from ScrollableControl.)
Protected method SetAutoSizeMode (Inherited from Control.)
Public method SetBounds(Int32, Int32, Int32, Int32) (Inherited from Control.)
Public method SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) (Inherited from Control.)
Protected method SetBoundsCore (Inherited from Control.)
Protected method SetClientSizeCore (Inherited from Control.)
Protected method SetCommonPropertyValue(PropertyDescriptor, Object) (Inherited from PropPageUserControlBase.)
Protected method SetCommonPropertyValue(String, Object) (Inherited from PropPageUserControlBase.)
Protected method SetCommonPropertyValueNative(PropertyDescriptor, Object) (Inherited from PropPageUserControlBase.)
Protected method SetCommonPropertyValueNative(String, Object) (Inherited from PropPageUserControlBase.)
Protected method SetDialogFont (Inherited from PropPageUserControlBase.)
Public method SetDirty(Boolean) (Inherited from PropPageUserControlBase.)
Protected method SetDirty(Object) (Inherited from PropPageUserControlBase.)
Protected method SetDirty(Int32) (Inherited from PropPageUserControlBase.)
Public method SetDirty(Object, Boolean) (Inherited from PropPageUserControlBase.)
Protected method SetDirty(Int32, Boolean) (Inherited from PropPageUserControlBase.)
Protected method SetDisplayRectLocation (Inherited from ScrollableControl.)
Public method SetObjects Returns the extended objects created from the raw set of objects in use by this property page. This will generally be based on the set of objects passed in to the page through SetObjects. However, it may be modified by subclasses to contain a superset or subset for special purposes. (Overrides PropPageUserControlBaseSetObjects(array<Object>[]()[][]).)
Protected method SetScrollState (Inherited from ScrollableControl.)
Protected method SetStyle (Inherited from Control.)
Protected method SetTopLevel (Inherited from Control.)
Protected method SetVisibleCore (Inherited from Control.)
Public method Show (Inherited from Control.)
Protected method ShowChildPage(String, Type) (Inherited from PropPageUserControlBase.)
Protected method ShowChildPage(String, Type, String) (Inherited from PropPageUserControlBase.)
Public method ShowErrorMessage(Exception) (Inherited from PropPageUserControlBase.)
Protected method ShowErrorMessage(String) (Inherited from PropPageUserControlBase.)
Protected method ShowErrorMessage(Exception, String) (Inherited from PropPageUserControlBase.)
Protected method ShowErrorMessage(String, Exception) (Inherited from PropPageUserControlBase.)
Protected method ShowErrorMessage(String, String) (Inherited from PropPageUserControlBase.)
Protected method SizeFromClientSize (Inherited from Control.)
Protected method SkipValidating (Inherited from PropPageUserControlBase.)
Public method SuspendLayout (Inherited from Control.)
Public method SuspendPropertyChangeListening (Inherited from PropPageUserControlBase.)
Public method ToString (Inherited from Component.)
Protected method TryGetNonCommonPropertyValue (Inherited from PropPageUserControlBase.)
Public method Update (Inherited from Control.)
Protected method UpdateBounds() () () () (Inherited from Control.)
Protected method UpdateBounds(Int32, Int32, Int32, Int32) (Inherited from Control.)
Protected method UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) (Inherited from Control.)
Protected method UpdateDefaultButton (Inherited from ContainerControl.)
Protected method UpdateStyles (Inherited from Control.)
Protected method UpdateZOrder (Inherited from Control.)
Public method Validate() () () () (Inherited from ContainerControl.)
Public method Validate(Boolean) (Inherited from ContainerControl.)
Public method ValidateChildren() () () () (Inherited from UserControl.)
Public method ValidateChildren(ValidationConstraints) (Inherited from UserControl.)
Protected method ValidatePageChanges (Inherited from PropPageUserControlBase.)
Protected method ValidateProperty (Inherited from PropPageUserControlBase.)
Protected method WndProc (Inherited from PropPageUserControlBase.)
Public method WriteUserDefinedProperty (Inherited from PropPageUserControlBase.)

Top

Events

  Name Description
Public event AutoSizeChanged (Inherited from UserControl.)
Public event AutoValidateChanged (Inherited from UserControl.)
Public event BackColorChanged (Inherited from Control.)
Public event BackgroundImageChanged (Inherited from Control.)
Public event BackgroundImageLayoutChanged (Inherited from Control.)
Public event BindingContextChanged (Inherited from Control.)
Public event CausesValidationChanged (Inherited from Control.)
Public event ChangeUICues (Inherited from Control.)
Public event Click (Inherited from Control.)
Public event ClientSizeChanged (Inherited from Control.)
Public event ContextMenuChanged (Inherited from Control.)
Public event ContextMenuStripChanged (Inherited from Control.)
Public event ControlAdded (Inherited from Control.)
Public event ControlRemoved (Inherited from Control.)
Public event CursorChanged (Inherited from Control.)
Public event Disposed (Inherited from Component.)
Public event DockChanged (Inherited from Control.)
Public event DoubleClick (Inherited from Control.)
Public event DragDrop (Inherited from Control.)
Public event DragEnter (Inherited from Control.)
Public event DragLeave (Inherited from Control.)
Public event DragOver (Inherited from Control.)
Public event EnabledChanged (Inherited from Control.)
Public event Enter (Inherited from Control.)
Public event FontChanged (Inherited from Control.)
Public event ForeColorChanged (Inherited from Control.)
Public event GiveFeedback (Inherited from Control.)
Public event GotFocus (Inherited from Control.)
Public event HandleCreated (Inherited from Control.)
Public event HandleDestroyed (Inherited from Control.)
Public event HelpRequested (Inherited from Control.)
Public event ImeModeChanged (Inherited from Control.)
Public event Invalidated (Inherited from Control.)
Public event KeyDown (Inherited from Control.)
Public event KeyPress (Inherited from Control.)
Public event KeyUp (Inherited from Control.)
Public event Layout (Inherited from Control.)
Public event Leave (Inherited from Control.)
Public event Load (Inherited from UserControl.)
Public event LocationChanged (Inherited from Control.)
Public event LostFocus (Inherited from Control.)
Public event MarginChanged (Inherited from Control.)
Public event MouseCaptureChanged (Inherited from Control.)
Public event MouseClick (Inherited from Control.)
Public event MouseDoubleClick (Inherited from Control.)
Public event MouseDown (Inherited from Control.)
Public event MouseEnter (Inherited from Control.)
Public event MouseHover (Inherited from Control.)
Public event MouseLeave (Inherited from Control.)
Public event MouseMove (Inherited from Control.)
Public event MouseUp (Inherited from Control.)
Public event MouseWheel (Inherited from Control.)
Public event Move (Inherited from Control.)
Public event PaddingChanged (Inherited from Control.)
Public event Paint (Inherited from Control.)
Public event ParentChanged (Inherited from Control.)
Public event PreviewKeyDown (Inherited from Control.)
Public event QueryAccessibilityHelp (Inherited from Control.)
Public event QueryContinueDrag (Inherited from Control.)
Public event RegionChanged (Inherited from Control.)
Public event Resize (Inherited from Control.)
Public event RightToLeftChanged (Inherited from Control.)
Public event Scroll (Inherited from ScrollableControl.)
Public event SizeChanged (Inherited from Control.)
Public event StyleChanged (Inherited from Control.)
Public event SystemColorsChanged (Inherited from Control.)
Public event TabIndexChanged (Inherited from Control.)
Public event TabStopChanged (Inherited from Control.)
Public event TextChanged (Inherited from UserControl.)
Public event Validated (Inherited from Control.)
Public event Validating (Inherited from Control.)
Public event VisibleChanged (Inherited from Control.)

Top

Fields

  Name Description
Public field DISPID_UNKNOWN (Inherited from PropPageUserControlBase.)
Public field m_CommonPropertyDescriptors (Inherited from PropPageUserControlBase.)
Protected field m_ControlData (Inherited from PropPageUserControlBase.)
Public field m_ExtendedObjects (Inherited from PropPageUserControlBase.)
Public field m_fInsideInit (Inherited from PropPageUserControlBase.)
Protected field m_IsDirty (Inherited from PropPageUserControlBase.)
Public field m_Objects (Inherited from PropPageUserControlBase.)
Public field m_ObjectsPropertyDescriptorsArray (Inherited from PropPageUserControlBase.)
Protected field m_ScalingCompleted (Inherited from PropPageUserControlBase.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IContainerControl..::..ActivateControl (Inherited from ContainerControl.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#ManagedInterfaces#ProjectDesigner#IVsProjectDesignerPage#FinishPendingValidations (Inherited from PropPageUserControlBase.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Editors#PropertyPages#IPropertyPageInternal#GetHelpContextF1Keyword (Inherited from PropPageUserControlBase.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Editors#PropertyPages#IPropertyPageInternal#Apply (Inherited from PropPageUserControlBase.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Editors#PropertyPages#IPropertyPageInternal#SetObjects (Inherited from PropPageUserControlBase.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Editors#PropertyPages#IPropertyPageInternal#Help (Inherited from PropPageUserControlBase.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#ManagedInterfaces#ProjectDesigner#IVsProjectDesignerPage#SetSite (Inherited from PropPageUserControlBase.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#ManagedInterfaces#ProjectDesigner#IVsProjectDesignerPage#OnActivated (Inherited from PropPageUserControlBase.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Shell#Interop#IVsBroadcastMessageEvents#OnBroadcastMessage (Inherited from PropPageUserControlBase.)
Explicit interface implemetationPrivate method IDropTarget..::..OnDragDrop (Inherited from Control.)
Explicit interface implemetationPrivate method IDropTarget..::..OnDragEnter (Inherited from Control.)
Explicit interface implemetationPrivate method IDropTarget..::..OnDragLeave (Inherited from Control.)
Explicit interface implemetationPrivate method IDropTarget..::..OnDragOver (Inherited from Control.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Shell#Interop#IVsDebuggerEvents#OnModeChange (Inherited from PropPageUserControlBase.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Editors#PropertyPages#IPropertyPageInternal#SetPageSite (Inherited from PropPageUserControlBase.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Package.Project Namespace