# `GSFlowSegmentedControl isEnabledForSegment:`

*Instance Method*

## Declaration

```swift
func isEnabled(forSegment segment: Int) -> Bool
```

```objc
- (BOOL) isEnabledForSegment:(NSInteger) segment;
```

```python
isEnabledForSegment_(segment: int) -> bool
```

