| Visual Basic (Declaration) | |
|---|---|
<PersistenceModeAttribute()> <CategoryAttribute("Docking")> <BindableAttribute(True)> <DefaultValueAttribute()> <DescriptionAttribute("Sets or gets the offset of docked title position. Offset can be positive or negative number.")> <NotifyParentPropertyAttribute(True)> Public Property DockOffset As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[PersistenceModeAttribute()] [CategoryAttribute("Docking")] [BindableAttribute(true)] [DefaultValueAttribute()] [DescriptionAttribute("Sets or gets the offset of docked title position. Offset can be positive or negative number.")] [NotifyParentPropertyAttribute(true)] public int DockOffset {get; set;} | |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family