IWpfTableControl2.NavigationBehavior Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the navigation behavior on a selected entry.
public:
property Microsoft::VisualStudio::Shell::TableControl::TableEntryNavigationBehavior NavigationBehavior { Microsoft::VisualStudio::Shell::TableControl::TableEntryNavigationBehavior get(); void set(Microsoft::VisualStudio::Shell::TableControl::TableEntryNavigationBehavior value); };
public:
property Microsoft::VisualStudio::Shell::TableControl::TableEntryNavigationBehavior NavigationBehavior { Microsoft::VisualStudio::Shell::TableControl::TableEntryNavigationBehavior get(); void set(Microsoft::VisualStudio::Shell::TableControl::TableEntryNavigationBehavior value); };
public Microsoft.VisualStudio.Shell.TableControl.TableEntryNavigationBehavior NavigationBehavior { get; set; }
member this.NavigationBehavior : Microsoft.VisualStudio.Shell.TableControl.TableEntryNavigationBehavior with get, set
Public Property NavigationBehavior As TableEntryNavigationBehavior
Property Value
Remarks
See TableEntryNavigationBehavior for detail.