Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItem Class


In This Topic
    SmartItem Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodCalculates the IdealSize needed to paint the SmartItem.  
    Public MethodOverloaded. Closes the SmartItem's and all its child SmartItems', dropdowns.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded.  (Inherited from System.ComponentModel.Component)
    Public MethodOverloaded. Simulates a mouse click action on the SmartItem.  
    Public MethodEnsures that the SmartItem is visible within the ParentItem or ParentSmartControl, scrolling the contents of the parent if necessary.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodHides the SmartItem.  
    Public MethodOverloaded. Retrieves the section of the SmartItem at the current mouse cursor position relative to the ClientRectangle.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Invalidates the SmartItem's area in order to force redraw.  
    Public MethodDetermines if the specified key is the mnemonic character for the SmartItem.  
    Public MethodOpens the SmartItem's dropdown.  
    Public MethodForces the SmartItem to invalidate its client area and immediately redraw itself and any child SmartItem.  
    Public MethodResets the value of the AccessibleDefaultActionDescription property to its default value, DefaultAccessibleDefaultActionDescription.  
    Public MethodResets the value of the AccessibleDescription property to its default value, DefaultAccessibleDescription.  
    Public MethodResets the value of the AccessibleName property to its default value, DefaultAccessibleName.  
    Public MethodResets the value of the Cursor property to its default value, DefaultCursor.  
    Public MethodResets the value of the FitHeightToLayout property to its default value, DefaultFitHeightToLayout.  
    Public MethodResets the value of the FitWidthToLayout property to its default value, DefaultFitWidthToLayout.  
    Public MethodResets the value of the Font property to its default value, a null reference (Nothing in Visual Basic).  
    Public MethodResets the value of the ForeColor property to its default value, DefaultForeColor.  
    Public MethodResets the value of the OverFont property to its default value, a null reference (Nothing in Visual Basic).  
    Public MethodResets the value of the Text property to its default value, DefaultText.  
    Public MethodSelects the SmartItem.  
    Public MethodDisplays the SmartItem.  
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected MethodRetrieves a boolean value indicating whether the user can give the focus to this SmartItem using the TAB key.  
    Protected MethodCalculates the size needed to paint the SmartItem.  
    Protected MethodCreates the default SmartLayout for the SmartItem.  
    Protected MethodThis method is reserved for internal use and is not intended to be used directly from your code.  
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodRetrieves the value of the specified property.  
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodRenders the SmartItem visible no matter its state or its parent's state.  
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodRaises the AddedToCollection event.  
    Protected MethodRaises the BoundsChanged event.  
    Protected MethodRaises the Click event.  
    Protected MethodRaises the CursorChanged event.  
    Protected MethodRaises the DisabledImageIndexChanged event.  
    Protected MethodRaises the DoubleClick event.  
    Protected MethodRaises the DownImageIndexChanged event.  
    Protected MethodRaises the DropDownClosed event.  
    Protected MethodRaises the EnabledChanged event.  
    Protected MethodRaises the FitHeightToLayoutChanged event.  
    Protected MethodRaises the FitWidthToLayoutChanged event.  
    Protected MethodRaises the FontChanged event.  
    Protected MethodRaises the ForeColorChanged event.  
    Protected MethodRaises the ImageChanged event.  
    Protected MethodRaises the ImageIndexChanged event.  
    Protected MethodRaises the IndexChanged event.  
    Protected MethodRaises the KeyChanged event.  
    Protected MethodRaises the KeyDown event.  
    Protected MethodRaises the KeyPress event.  
    Protected MethodRaises the KeyUp event.  
    Protected MethodRaises the MouseDown event.  
    Protected MethodRaises the MouseEnter event.  
    Protected MethodRaises the MouseHover event.  
    Protected MethodRaises the MouseLeave event.  
    Protected MethodRaises the MouseMove event.  
    Protected MethodRaises the MouseUp event.  
    Protected MethodRaises the OpeningDropDown event.  
    Protected MethodRaises the OverFontChanged event.  
    Protected MethodRaises the OverForeColorChanged event.  
    Protected MethodRaises the OverImageIndexChanged event.  
    Protected Internal MethodRaises the QueryAccessibilityHelp event.  
    Protected MethodRaises the SelectedChanged event.  
    Protected MethodRaises the TagChanged event.  
    Protected MethodRaises the TextChanged event.  
    Protected MethodRaises the ToolTipTextChanged event.  
    Protected MethodRaises the UseMnemonicChanged event.  
    Protected MethodRaises the VisibleChanged event.  
    Protected MethodPaints the foreground of the SmartItem.  
    Protected MethodPaints the background of the child SmartItems.  
    Protected MethodProcesses a mnemonic character.  
    Protected MethodRaises the specified event using the provided System.EventArgs.  
    Protected MethodSets the specified property.  
    Protected MethodThis method is reserved for internal use and is not intended to be used directly from your code.  
    Protected Internal MethodRetrieves a boolean value indicating if the Cursor property should be persisted.  
    Protected Internal MethodRetrieves a boolean value indicating if the FitHeightToLayout property should be persisted.  
    Protected Internal MethodRetrieves a boolean value indicating if the FitWidthToLayout property should be persisted.  
    Protected Internal MethodRetrieves a boolean value indicating if the ForeColor property should be persisted.  
    Top
    See Also