JAMS Developer Guide
CanSubmitSelection Property


MVPSI.JAMS Namespace > SubmitMenu Class : CanSubmitSelection Property
Returns true if the current selection is a Job. This does NOT check to see if the user is allowed to submit the selected object. This is intended to be used to enable/disable buttons on a toolbar.
Syntax
'Declaration
 
Public ReadOnly Property CanSubmitSelection As System.Boolean
'Usage
 
Dim instance As SubmitMenu
Dim value As System.Boolean
 
value = instance.CanSubmitSelection
public System.bool CanSubmitSelection {get;}
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

Reference

SubmitMenu Class
SubmitMenu Members