Autodesk Vault ProfessionalVault API

ClassicRevisionsDropdownControl Class

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

A specialized combobox control which can a list of available Revisions/Versions for any Entity Entity.

Syntax

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

Constructors

NameDescription
ClassicRevisionsDropdownControlCreates an instance of the RevisionsDropdownControl

Properties

NameDescription
AccessibleDescription
AccessibleName
AccessibleRole
AllowDrop
Anchor
AutoHeightGets or sets whether the combobox will adjust it's height based on it's contents
AutoScroll
AutoScrollMargin
AutoScrollMinSize
AutoSize
AutoSizeMode
AutoValidate
BackColor
BackgroundImage
BackgroundImageLayout
BorderStyle
CausesValidation
ContextMenuStrip
Cursor
DataBindings
DisplayRectangle
Dock
Enabled
ErrorMessageReturns the current error message if the control has encountered an error loading revisions. Null if there is no error.
Font
ForeColor
ImeMode
Location
Margin
MaximumSize
MinimumSize
Padding
RightToLeft
Site
Size
TabIndex
TabStop
Tag
UseWaitCursor
Visible

Methods

NameDescription
BeginInvoke
BeginInvoke(Delegate,Object[])
BeginInvoke(Delegate)
BringToFront
ClearRemoves all Revision information from the control
Contains
CreateControl
CreateGraphics
CreateObjRef
Dispose
DoDragDrop
DrawToBitmap
EndInvoke
FindForm
Focus
GetChildAtPoint
GetChildAtPoint(Point,GetChildAtPointSkip)
GetChildAtPoint(Point)
GetContainerControl
GetLifetimeService
GetNextControl
GetSelectedEntityGets the selected entity (representing the chosen version/revision) from the control. The entity will only be valid (non-null) when the combo box was loaded with LoadVersions or LoadRevisions
GetSelectedRevisionLabelReturns the selected Revision label.
Hide
InitializeLifetimeService
InitializeReadOnlyWithTextInitialize the revision control as readonly with the specified text. No revision information is loaded
Invalidate
Invalidate(Region)
Invalidate(Region,Boolean)
Invalidate()
Invalidate(Boolean)
Invalidate(Rectangle)
Invalidate(Rectangle,Boolean)
Invoke
Invoke(Delegate,Object[])
Invoke(Delegate)
IsLatestSelectedReturns true if the currently selected revision/version is the special "Latest" revision/version.
LoadHistoricalRevisionReadOnlyLoad this control to display the text for the specific revision of the specified file iteration and make the control read only. If date biased is true, then the text in the drop down will also show the specific version number of the file.
LoadHistoricalVersionReadOnlyLoad this control with the specific version for the specified file iteration and make the control read only
LoadReadOnlyLoad this control in the readonly state.
LoadRevisionsLoad this control with all of the revisions for an Entity object
LoadVersionsLoad this control with all of the versions for a file
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)
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
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
SelectionChangedOccurs when the selected revision/version is changed through the drop-down menu.
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.ClassicRevisionsDropdownControl

See Also