DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / TabIndex Property






    TabIndex Property
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <System.ComponentModel.LocalizableAttribute(True)>
    <System.ComponentModel.MergablePropertyAttribute(False)>
    <SRDescriptionAttribute("ControlTabIndexDescr")>
    Public Property TabIndex As System.Integer
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Integer
     
    instance.TabIndex = value
     
    value = instance.TabIndex
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also