Autodesk Vault ProfessionalVault API

ClassicVaultNavigationPathComboboxControl Class

Autodesk.DataManagement.Client.Framework.Vault.FormsAutodesk.DataManagement.Client.Framework.Vault.Forms.Controls

A combobox control which shows a navigation path from an Entity all the way up to a Root object. Each entity in the path is a selectable in the combobox.

Syntax

public class ClassicVaultNavigationPathComboboxControl : System.Windows.Forms.UserControl 
Public Class ClassicVaultNavigationPathComboboxControl
   Inherits System.Windows.Forms.UserControl

Constructors

NameDescription
ClassicVaultNavigationPathComboboxControlConstructs an instance of a VaultNavigationPathComboboxControl class

Methods

NameDescription
BeginInvoke
BeginInvoke(Delegate,Object[])
BeginInvoke(Delegate)
BringToFront
Contains
CreateControl
CreateGraphics
CreateObjRef
Dispose
DoDragDrop
DrawToBitmap
EndInvoke
FindForm
Focus
GetChildAtPoint
GetChildAtPoint(Point,GetChildAtPointSkip)
GetChildAtPoint(Point)
GetContainerControl
GetLifetimeService
GetNextControl
Hide
InitializeLifetimeService
Invalidate
Invalidate(Region)
Invalidate(Region,Boolean)
Invalidate()
Invalidate(Boolean)
Invalidate(Rectangle)
Invalidate(Rectangle,Boolean)
Invoke
Invoke(Delegate,Object[])
Invoke(Delegate)
LogicalToDeviceUnits
LogicalToDeviceUnits(Int32)
LogicalToDeviceUnits(Size)
PerformAutoScale
PerformLayout
PerformLayout()
PerformLayout(Control,String)
PointToClient
PointToScreen
PreProcessControlMessage
PreProcessMessage
RectangleToClient
RectangleToScreen
Refresh
ResetText
ResumeLayout
ResumeLayout()
ResumeLayout(Boolean)
Scale
ScaleBitmapLogicalToDevice
ScrollControlIntoView
Select
SelectNextControl
SendToBack
SetAutoScrollMargin
SetBounds
SetBounds(Int32,Int32,Int32,Int32)
SetBounds(Int32,Int32,Int32,Int32,BoundsSpecified)
SetDataSourceBinds the control to a datasource which provides information about a Navigation Path and methods to modify the current entity
Show
SuspendLayout
ToString
Update
Validate
Validate()
Validate(Boolean)
ValidateChildren
ValidateChildren()
ValidateChildren(ValidationConstraints)

Events

NameDescription
AutoSizeChanged
AutoValidateChanged
BackColorChanged
BackgroundImageChanged
BackgroundImageLayoutChanged
BindingContextChanged
CausesValidationChanged
ChangeUICues
Click
ClientSizeChanged
ContextMenuStripChanged
ControlAdded
ControlRemoved
CursorChanged
DockChanged
DoubleClick
DpiChangedAfterParent
DpiChangedBeforeParent
DragDrop
DragEnter
DragLeave
DragOver
EnabledChanged
Enter
ExceptionEvent fired when an exception occurs
FontChanged
ForeColorChanged
GiveFeedback
HelpRequested
ImeModeChanged
KeyDown
KeyPress
KeyUp
Layout
Leave
Load
LocationChanged
MarginChanged
MouseCaptureChanged
MouseClick
MouseDoubleClick
MouseDown
MouseEnter
MouseHover
MouseLeave
MouseMove
MouseUp
Move
PaddingChanged
Paint
ParentChanged
PreviewKeyDown
QueryAccessibilityHelp
QueryContinueDrag
RegionChanged
Resize
RightToLeftChanged
Scroll
SizeChanged
StyleChanged
SystemColorsChanged
TabIndexChanged
TabStopChanged
Validated
Validating
VisibleChanged

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
  • Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls.ClassicVaultNavigationPathComboboxControl

See Also