ComponentOne Menus and Toolbars for WinForms
C1.Win.Command.8 Assembly / C1.Win.Command.Styles.RadialMenu Namespace / RadialMenuItemStyle Class / OnGetUninitializedProperty Method

In This Topic
    OnGetUninitializedProperty Method (RadialMenuItemStyle)
    In This Topic
    Called when trying to get an initialized property value.
    Syntax
    'Declaration
     
    Protected Overrides Function OnGetUninitializedProperty( _
       ByVal name As System.String _
    ) As System.Object
    protected override System.object OnGetUninitializedProperty( 
       System.string name
    )

    Parameters

    name

    Return Value

    Returns new value.
    Exceptions
    ExceptionDescription
     
    Remarks
    Ideally this should never happen. The property can be initialized here and return its new value.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also