SharedNotesIsViewTypeNote Method
Indicates whether the view type corresponds to a note.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static bool IsViewTypeNote(
ViewType viewType
)
Public Shared Function IsViewTypeNote (
viewType As ViewType
) As Boolean
- viewType ViewType
- ViewType to evaluate.
Boolean if the view type corresponds to a note; otherwise,
.