dbicList Send comments on this topic.
dbiList Class Methods
See Also 
dbicList Assembly > Dbi.WinControl.List Namespace : dbiList Class


"

For a list of all members of this type, see dbiList members.

"

Public Methods

 NameDescription
public MethodAutoSetNodeHeightThis method will set the dbiNodeItem.HeightOffset automatically based on several factors (body text, fonts, images).  
public MethodBeginInvokeOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodBringToFrontBrings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control)
public MethodColumnAtOverloaded. Gets the dbiColumnItem at a specified location (Inherited from Dbi.WinControl.DbiListControl)
public MethodContainsRetrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control)
public MethodCreateControlForces the creation of the visible control, including the creation of the handle and any visible child controls. (Inherited from System.Windows.Forms.Control)
public MethodCreateGraphicsCreates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control)
public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
public MethodDoDragDropBegins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control)
public MethodDrawToBitmapSupports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control)
public MethodEditCellOverloaded. Places the desired cell into edit mode.  
public MethodEditNextCellPlaces the next logical cell into edit.  
public MethodEditPrevCellPlaces the previous logical cell into edit.  
public MethodEndInvokeRetrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control)
public MethodEnsureVisibleMethod to move the visible portion of the control to ensure that the node item passed to the method is visible. Due to the nature of the node/subnode collections, the exact location of the item in the display may deviate. (Inherited from Dbi.WinControl.DbiListControl)
public MethodFindFormRetrieves the form that the control is on. (Inherited from System.Windows.Forms.Control)
public MethodFocusSets input focus to the control. (Inherited from System.Windows.Forms.Control)
public MethodGetChildAtPointOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodGetContainerControlReturns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control)
public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodGetNextControlRetrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control)
public MethodGetNodeLevelReturns the zero-based level within the nested structure of a specified node. (Inherited from Dbi.WinControl.DbiListControl)
public MethodGetPreferredSizeRetrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control)
public MethodHideConceals the control from the user. (Inherited from System.Windows.Forms.Control)
public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodInvalidateOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodInvokeOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodItemAtOverloaded. This function will receive a cursor location, and return the dbiNodeItem located at that position  
public MethodLogicalToDeviceUnitsOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodMeasureBodyTextSizeThis method calculates a <="" is="" wordwrap="" if="" and="" control="" the="" of="" size="" proposed="" font,="" string,="" on="" based="">  
public MethodPerformLayoutOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodPointToClientComputes the location of the specified screen point into client coordinates. (Inherited from System.Windows.Forms.Control)
public MethodPointToScreenComputes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control)
public MethodPreProcessControlMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
public MethodPreProcessMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
public MethodPrintOverloaded. This method will Print the current list.  
public MethodPrintPreviewThis method will Print the current list to a preview screen.  
public MethodReadXMLFileReads the control information from an XML file that has previously been written with WriteXMLFile Method or XMLWrite Property.  
public MethodRectangleToClientComputes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control)
public MethodRectangleToScreenComputes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control)
public MethodRefreshForces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from System.Windows.Forms.Control)
public MethodRestoreCellReset internal items required for the edit mode. (Inherited from Dbi.WinControl.DbiListControl)
public MethodResumeLayoutOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodScale (Inherited from System.Windows.Forms.Control)
public MethodScaleBitmapLogicalToDeviceScales a logical bitmap value to it's equivalent device unit value when a DPI change occurs. (Inherited from System.Windows.Forms.Control)
public MethodScrollToCellOverloaded. Attempt to scroll a desired cell into the visible portion of the list.  
public MethodScrollToColumnOverloaded. Attempt to scroll a desired column into the visible portion of the list.  
public MethodScrollToNodeAttempts to make a specified dbiNodeItem visible in the list display. (Inherited from Dbi.WinControl.DbiListControl)
public MethodSelectActivates the control. (Inherited from System.Windows.Forms.Control)
public MethodSelectNextControlActivates the next control. (Inherited from System.Windows.Forms.Control)
public MethodSendToBackSends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control)
public MethodSetBoundsOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodShowDisplays the control to the user. (Inherited from System.Windows.Forms.Control)
public MethodSortOverloaded. Method to sort the items (Inherited from Dbi.WinControl.DbiListControl)
public MethodSuspendLayoutTemporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control)
public MethodToString (Inherited from System.ComponentModel.Component)
public MethodUpdateCauses the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control)
public MethodWriteXMLFileWrites the dbiExplorerBar information to an XML file that can be read using the ReadXMLFile Method or XMLRead Property. For more information on using this method see Reading and Writing XML.  
Top

See Also